home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / Vertigo / Nub / Patches.h < prev    next >
Text File  |  2000-06-23  |  190b  |  18 lines

  1. #ifndef _PATCHES_
  2. #define _PATCHES_
  3.  
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7.  
  8.  
  9. void InitializePatches(void);
  10. void FinalizePatches(void);
  11.  
  12.  
  13. #ifdef __cplusplus
  14. }
  15. #endif
  16.  
  17. #endif /* _PATCHES_ */
  18.